From 7762f94be6e614e655ae907803a9a0598fd91da4 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 16 Aug 2014 12:13:07 -0400 Subject: [PATCH] Fix make install The path to gtk-update-icon-cache was set incorrectly in one case. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f686808a43..f88c00863f 100644 --- a/configure.ac +++ b/configure.ac @@ -962,7 +962,7 @@ AS_IF([test "x$enable_gtk2_dependency" = xyes], [# In native compiling case, the gtk-update-icon-cache installed # is the same as the one used during build. - GTK_UPDATE_ICON_CACHE="`cd $srcdir && pwd`/gtk/gtk/gtk-update-icon-cache$EXEEXT" + GTK_UPDATE_ICON_CACHE="`cd $srcdir && pwd`/gtk/gtk-update-icon-cache$EXEEXT" AC_SUBST(GTK_UPDATE_ICON_CACHE)] ) -- 2.30.2